home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / hips / sources / 3dscale_geom / makefile.src < prev    next >
Encoding:
Makefile  |  1993-08-23  |  575 b   |  33 lines

  1. #
  2. # makefile for user-contributed/lbl/hips/sources/3dscale_geom
  3. #
  4.  
  5. PGMS = 3dscale_geom.out
  6. OBJECTS = scaleg_main.o scale_g.o scanline.o filt.o hips.o hips_pic.o \
  7.         pic.o window.o
  8.  
  9. LIBRARIES = $(LDFLAGS) -lscs5 -lccs $(LIBRARY) -lrle -ltiff $(OTHERLIBS) \
  10.     $(OTHERLIB2) -ljpeg
  11. CPPFLAGS2 = -I$(CCS_ROOT)/include -DHIPS_IMAGE
  12.  
  13. .c.o:
  14.     $(COMPILEc) $< $(CPPFLAGS2)
  15.  
  16. install:    $(PGMS)
  17.  
  18. clean:    clean-pgm
  19. clean-all:    clean_all
  20.  
  21. man:
  22.  
  23. doc:
  24.  
  25. pristine:    pristine-pgm
  26.  
  27. 3dscale_geom.out:    $(OBJECTS)
  28.     $(LINKc) 3dscale_geom $(OBJECTS) $(LIBRARIES)
  29.     mv 3dscale_geom $(DESTDIR)
  30.     @touch $@
  31.  
  32. FRC:
  33.